home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / ncsat.cpt / Telnet2.5 final / vr / RGmacros.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-23  |  579 b   |  18 lines

  1. /*
  2.  *    RGmacro.h        - Defines macros to make RG calling interface not ugly
  3.  */
  4.  
  5. #include "RGrout.h"
  6.  
  7. #define    RGbell()                (*RGbell)()
  8. #define    RGhidecur()                (*RGhidecur)()
  9. #define    RGshowcur()                (*RGshowcur)()
  10. #define    RGpencolor(r,g,b)        (*RGpencolor)(r,g,b)
  11. #define    RGraster(x,y,z,a,b,c)    (*RGraster)(x,y,z,a,b,c)
  12. #define    RGline(x,y,a,b)            (*RGline)(x,y,a,b)
  13. #define    RGlinestyle(x)            (*RGlinestyle)(x)
  14. #define    RGpoint(x,y)            (*RGpoint)(x,y)
  15. #define    RGfill(x,y,a,b)            (*RGfill)(x,y,a,b)
  16. #define    RGcopy(x,y,z,a,b,c,d,e)    (*RGcopy)(x,y,z,a,b,c,d,e)
  17. #define    RGmap(x,y,z)            (*RGmap)(x,y,z)
  18.